home *** CD-ROM | disk | FTP | other *** search
- Kermit-CR - LANL Cray Kermit
-
- Kermit-CR is an implementation of the Kermit protocol on the Cray-1 and Cray
- X-MP computers. It is written in CFT, the Cray version of Fortran-77, and runs
- under the Cray Time-Sharing System (CTSS) operating system. Kermit-CR is an
- advanced Kermit, including all required features plus server mode, timeout
- capability, data compression, and 8th bit quoting.
-
- Author : Leah Miller,
- Computer User Services Group (C-10)
- Los Alamos National Laboratory
- Los Alamos, New Mexico 87545
-
- Arpanet address : lfm@lanl
-
- Cray Kermit is available on host CU20B via anonymous FTP in the files
- KER:CRAY.*. CRAY.CFT is the Fortran source, CRAY.DOC is the documentation.
- The Fortran source consists of 7 files concatenated together in alphabectical
- order; each file begins with a line of the form
-
- !-name-!
-
- where "name" is the name to be used for that file in the Cray file system.
- These names are:
-
- cr.filing
- cr.kermain
- cr.kfutil
- cr.kutcmds
- cr.pktio
- cr.receive
- cr.send
- cr.stdutils
-
- All operating-system dependent code is encapsulated in the modules cr.kfutil
- and cr.pktio.
-